home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: cs.mun.ca!sjt
- From: sjt@cs.mun.ca (Stephen J. Tremblett)
- Subject: Re: Ability to locate spaces?
- Message-ID: <1996Mar1.183326.16265@cs.mun.ca>
- Sender: usenet@cs.mun.ca (NNTP server account)
- Organization: CS Dept., Memorial University of Newfoundland
- X-Newsreader: TIN [version 1.2 PL2]
- References: <Pine.SOL.3.91.960215222301.15979A-100000@teer1.acpub.duke.edu> <3129dc3a.706665@news.iquest.net>
- Date: Fri, 1 Mar 1996 18:33:26 GMT
-
-
- Did anyone consider using strtok()? I had a similar problem in designing
- a small command interpreter. strtok() will take a string and chop it
- into smaller strings and leave them as elements of an array of strings.
-
-
-
- Steve T.
-
- --
- I am far to young to feel so old
- And far too tired to care
- But I took down twenty bastards before they left me lying there
- - The Lowest of the Low
-